home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / earthlink / nscomm / java40.jar / sun / awt / motif / InputThread.class (.txt) next >
Encoding:
Java Class File  |  1997-11-03  |  303 b   |  11 lines

  1. package sun.awt.motif;
  2.  
  3. class InputThread extends Thread {
  4.    InputThread() {
  5.       super("AWT-Input");
  6.       ((Thread)this).start();
  7.    }
  8.  
  9.    public native void run();
  10. }
  11.